home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / amos / amoslist.lzh / AMOSLIST / 000153_amos-request@svcs1.digex.net_Mon Sep 11 07:50:50 1995.msg < prev    next >
Internet Message Format  |  1995-10-02  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id HAA07199;  for <mcox@access.digex.net> ; Mon, 11 Sep 1995 07:50:49 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id FAA14185 for amos-out; Mon, 11 Sep 1995 05:16:51 -0400
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id FAA14182 for <amos-list@svcs1.digex.net>; Mon, 11 Sep 1995 05:16:50 -0400
  4. Received: from sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id FAA01206;  for <amos-list@access.digex.net> ; Mon, 11 Sep 1995 05:16:49 -0400
  5. From: hakan.ehrsson@frn.se
  6. Received: from smtp by sunic.sunet.se (8.6.8/2.03)
  7.     id LAA23394; Mon, 11 Sep 1995 11:16:44 +0200
  8. Message-ID: <199509110916.LAA23394@sunic.sunet.se>
  9. Date:  Mon, 11 Sep 1995   11:09:35  +0200
  10. To: amos-list@access.digex.net
  11. Subject: Menus & Double Buffered Screen
  12. MIME-version: 1.0 (Created by TFS)
  13. Content-Type: text/plain ; charset=ISO-8859-1
  14. Content-transfer-encoding: quoted-printable
  15. X-Mailer: TFS Gateway V202MS010M
  16. Status: RO
  17. X-Status: 
  18.  
  19. Hi everybody !
  20. I have some problems using menus in my game.
  21. I'm using the On Menu Proc command but it doesn't work.
  22. My screen is double buffered, and when I removed the double buffering, the=20
  23. menus worked... But the screen must be double buffered !! What do I do wron=
  24. g=20
  25. ??
  26. The game is a cardgame, where you use a card on your hand pressing the left=
  27. =20
  28. mousebutton and discards it pressing the right mousebutton.
  29. The cards are defined as zones. My mainloop look something like this:
  30. Do
  31.    M=3DMouse Zone
  32.    If M>0 And Mouse Key=3D1 Then PLY
  33.    If M>0 And Mouse Key=3D2 Then DISCARD
  34. Loop
  35. But when I use menus, the program never goes to the DISCARD procedure when=20=
  36. I=20
  37. press the right mousebutton. What's the solution to that ??
  38. I use AMOS Pro 2.00.
  39.  - Hawkeye (hakan.ehrsson@frn.se)